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