blob: e5bff1809b4117d05a7bf17bb9828dc15473da93 [file] [log] [blame]
// REQUIRED_ARGS: -vcolumns
/*
TEST_OUTPUT:
---
fail_compilation/testCols.d(12,5): Error: undefined identifier `nonexistent`
---
*/
void test()
{
nonexistent();
}