Files
Ink-Shader-Language/test/functions_with_same_name.inx

8 lines
63 B
Plaintext

foo :: () {}
foo :: () {}
bar :: () {}
vertex main :: () {
}