dmd/compiler/test/compilable/imports/asmmerge.c
2022-07-09 18:53:07 +02:00

8 lines
88 B
C

void fun22() asm ("test1");
void fun22()
{
}
extern int xs[] asm("test2");
int xs[1];