aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/85-asm-outside-function.c
Commit message (Collapse)AuthorAgeFilesLines
* __asm__() outside functionseyko2016-05-011-0/+7
gcc/pcc allow __asm__() outside a function body: extern void vide(void); __asm__("vide: ret"); There is many such code in the Linux kernels.