blob: 4b0b19b9648566508a3008128c800703fe0fae15 [file] [log] [blame]
### Compilation failed:
error: 1: may not return a value from a void function
void a() { return true; }
^^^^
error: 2: may not return a value from a void function
void b() { return b; }
^
error: 3: may not return a value from a void function
void c() { return int; }
^^^
3 errors