mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-25 02:54:09 +00:00
17 lines
No EOL
172 B
Text
17 lines
No EOL
172 B
Text
#version 120
|
|
|
|
#ifdef BANANA
|
|
#line 1 1 // !!
|
|
int test() {
|
|
return 1;
|
|
}
|
|
#line 5 0 // !!
|
|
#else
|
|
#line 1 1 // !!
|
|
int test() {
|
|
return 1;
|
|
}
|
|
#line 7 0 // !!
|
|
#endif
|
|
|
|
void main() {} |