Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0b8f0a208e9849c7ea50173b98acb51efbe1f2c7
/
.
/
test
/
FrontendC
/
2004-01-08-ExternInlineRedefine.c
blob: 4366b9b5659333f973cb7be41f62acd1092f2397 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
extern
__inline
long
int
__strtol_l
(
int
a
)
{
return
0
;
}
long
int
__strtol_l
(
int
a
)
{
return
0
;
}