aboutsummaryrefslogtreecommitdiff
path: root/test/asm-label.c
blob: b9489da39fc359d7f047931f8178d5d3ef6e9841 (plain)
1
2
3
4
5
int x __asm__("y");
int x = 2;

void f(void) __asm__("g");
void f(void) {}