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