mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 21:51:03 +03:00
8 lines
88 B
C
8 lines
88 B
C
void fun22() asm ("test1");
|
|
void fun22()
|
|
{
|
|
|
|
}
|
|
|
|
extern int xs[] asm("test2");
|
|
int xs[1];
|