mirror of
https://github.com/dlang/dmd.git
synced 2025-05-07 19:47:39 +03:00
11 lines
145 B
D
Executable file
11 lines
145 B
D
Executable file
/*
|
|
EXTRA_ARGS: -gdwarf=5 -main
|
|
|
|
// Issue https://issues.dlang.org/show_bug.cgi?id=22855
|
|
DWARF_VERIFY: false
|
|
*/
|
|
|
|
noreturn noret()
|
|
{
|
|
assert(0);
|
|
}
|