brintos

brintos / llvm-project-archived public Read only

0
0
Text · 145 B · 6f8144f Raw
6 lines · c
1// RUN: %clang_cc1 -emit-llvm %s -o - -std=gnu892 3extern inline int f1 (void) {return 1;}4int f3 (void) {return f1();}5int f1 (void) {return 0;}6