Files
Ink-Shader-Language/test/functions_with_same_name.shd
2024-06-09 21:34:23 +02:00

8 lines
63 B
Plaintext

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