blob: c1439297f09a7bccb25da8cae1c26e65a961520c [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/ice8711.d(8): Error: cannot use array to initialize int function(int)
---
*/
int function(int) foos = [x => 0];