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