Home | History | Annotate | Download | only in FrontendC
      1 // RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
      2 // 7533078 (partial).
      3 
      4 asm int f() {
      5   xyz
      6 }
      7