mirror of
https://github.com/boostorg/preprocessor.git
synced 2026-01-25 16:32:25 +01:00
Enable C in test/CMakeLists.txt; add int main() {} to quick.cpp
This commit is contained in:
@@ -37,3 +37,7 @@ BEGIN BOOST_PP_GREATER(1, 2) == 0 END
|
||||
BEGIN BOOST_PP_GREATER_EQUAL(2, 1) == 1 END
|
||||
BEGIN BOOST_PP_GREATER_EQUAL(1, 2) == 0 END
|
||||
BEGIN BOOST_PP_GREATER_EQUAL(2, 2) == 1 END
|
||||
|
||||
int main()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user