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