d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / diag9312.d
blob98308133e02d15421dc4657c8538ff224a1267a5
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/diag9312.d(10): Error: `with` expression types must be enums or aggregates or pointers to them, not `int`
5 ---
6 */
8 void main()
10 with (1)