mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
8 lines
144 B
Makefile
8 lines
144 B
Makefile
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail198.d(8): Error: template instance `test!42` template `test` is not defined
|
|
---
|
|
*/
|
|
|
|
int x = test!(42);
|