Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
moduleundefuda.d
blob: 6e69aa130a60a0c1a66cd94568307b28f488a854 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/moduleundefuda.d(7): Error: undefined identifier `undef`
---
*/
@undef
module
moduleundefuda
;