mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
7 lines
78 B
C
7 lines
78 B
C
|
extern int exfunc(int a);
|
||
|
|
||
|
static inline int hfunc1()
|
||
|
{
|
||
|
return exfunc(1);
|
||
|
}
|