Sign in
pigweed
/
third_party
/
github
/
bazelembedded
/
rules_cc_toolchain
/
9f209fda87414285bc66accd3612575b29760fba
/
.
/
tests
/
c_only.c
blob: 3ce2722bc32965629a8e04fff514d67b718b1837 [
file
] [
log
] [
blame
]
#ifdef
__cplusplus
#error
\
"
This
is the C file
,
this
file should not be compiled with
-
xc
++
\
language directives
.
"
#endif
int
main
()
{
return
0
;
}