mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
10 lines
337 B
Makefile
10 lines
337 B
Makefile
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/traits_alone.d(11): Error: found `End of File` when expecting `(`
|
|
fail_compilation/traits_alone.d(11): Error: `__traits(identifier, args...)` expected
|
|
fail_compilation/traits_alone.d(11): Error: variable name expected after type `$r:_?_error_?$`, not `End of File`
|
|
---
|
|
*/
|
|
//used to segfault
|
|
__traits
|