blob: a48b15e2d2e556401b1b3d0713b0dc209261b360 [file] [log] [blame]
// Expect 3 errors
void func();
void a;
void b = func();
/*%%*
variables of type 'void' are not allowed
variables of type 'void' are not allowed
global variable initializer must be a constant expression
*%%*/