Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
2002-06-25-FWriteInterfaceFailure.c
blob: 24c67d1520a13f50250b38558e4f64ea71b03f74 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
typedef
struct
_IO_FILE
FILE
;
extern
FILE
*
stderr
;
int
fprintf
(
FILE
*
restrict stream
,
const
char
*
restrict format
,
...);
void
test
()
{
fprintf
(
stderr
,
"testing\n"
);
}