Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
testCols.d
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
();
}