4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
// "varying" qualifier is illegal with "void" type
|
|
|
|
void foo(varying void *x) { }
|