dmd/compiler/test/dshell/extra-files/dwarf/fix22426.d
2022-07-09 18:53:07 +02:00

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);
}