Sign in
ara-mdk
/
platform
/
frameworks
/
compile
/
libbcc
/
2cb9d2c8f43c61ecfacc3f85a56cd558dde7514c
/
.
/
tests
/
data
/
src
/
defines.c
blob: 6cb6f7ebf673968e06d24bac46416f995bf54950 [
file
] [
log
] [
blame
]
// Simple tests of the C preprocessor
#define
A
1
#define
A
(
4
/
2
)
#define
B
1
// This is a comment. With a / in it.
int
main
()
{
return
A
+
B
;
}