mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 17:06:07 +00:00
6 lines
145 B
C
6 lines
145 B
C
![]() |
// RUN: %clang_cc1 -emit-llvm %s -o - -std=gnu89
|
||
|
|
||
|
extern inline int f1 (void) {return 1;}
|
||
|
int f3 (void) {return f1();}
|
||
|
int f1 (void) {return 0;}
|