10 lines
118 B
Plaintext
10 lines
118 B
Plaintext
|
|
half4 main(float2 coords);
|
||
|
|
|
||
|
|
void func(float2 coords) {
|
||
|
|
main(coords);
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
call to 'main' is not allowed
|
||
|
|
*%%*/
|