index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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) {}