blob: 1a096f4c38652ae32317b94398f212a268950507 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail198.d(8): Error: template instance `test!42` template `test` is not defined
---
*/
int x = test!(42);