Sign in
fuchsia
/
third_party
/
cmake
/
1b6a3047c6c2fc01afbcdba596bbbcaca8d7b43f
/
.
/
Tests
/
RunCMake
/
pseudo_iwyu.c
blob: c76174181eb7b4df563091aba109237a092ac60e [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
fprintf
(
stderr
,
"should add these lines:\n#include <...>\n"
);
/* include-what-you-use always returns failure */
return
1
;
}