Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelembedded
/
rules_cc_toolchain
/
7e593d8e7ca0528a861bfc76654167d5bdccdcc1
/
.
/
tests
/
dummy_test2.cc
blob: 5a748600b2ee8a4c3425e476b3389f225ed205f4 [
file
]
#include
<iostream>
int
main
()
{
static
bool
a
=
true
;
if
(
a
)
{
std
::
cout
<<
"A"
<<
std
::
endl
;
}
else
{
std
::
cout
<<
"Not A"
<<
std
::
endl
;
}
return
0
;
}