dmd/compiler/test/compilable/test11980.d

5 lines
76 B
D

void start()
{
pragma(startaddress, start);
}
pragma(startaddress, start);