mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
9 lines
177 B
C
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 +/
|
|
}
|