8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
half4 c;
|
|
void main() {}
|
|
half4 main(float2 xy) { return c; }
|
|
|
|
/*%%*
|
|
duplicate definition of 'main'
|
|
*%%*/
|