Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
8ebdee931482a0c3f0c76b2e0debf458d0410aee
/
.
/
Tests
/
FortranOnly
/
preprocess.F
blob: f7df4572c2030f36d1398497f8597858a7844ec6 [
file
]
PROGRAM PREPRO
#ifndef
TEST_PREPROCESSOR
PRINT
*,
'Hello'
#endif
END