dmd/compiler/test/fail_compilation/fail22853b.c
2022-07-09 18:53:07 +02:00

9 lines
177 B
C

/* TEST_OUTPUT:
---
fail_compilation/fail22853b.c(8): Error: found `/` instead of statement
---
*/
void test22853()
{
/+ https://issues.dlang.org/show_bug.cgi?id=22853 +/
}