Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5caa883afc2c768c293757d4ca30d85b9094e876
/
.
/
test
/
FrontendC
/
2007-11-27-SExtZExt.c
blob: 2b6cd6232d52260eeca47a0e26c57c385144529c [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s -emit-llvm -o - | grep "signext" | count 4
signed
char
foo1
()
{
return
1
;
}
void
foo2
(
signed
short
a
)
{
}
signed
char
foo3
(
void
)
{
return
1
;
}
void
foo4
(
a
)
signed
short
a
;
{
}