2009-05-01 17:43:35 +03:00
|
|
|
#ifdef BAR
|
2016-07-09 11:21:54 +02:00
|
|
|
PRINT*, 'BAR was defined via ADD_DEFINITIONS'
|
2009-05-01 17:43:35 +03:00
|
|
|
#else
|
2016-07-09 11:21:54 +02:00
|
|
|
PRINT*, 'If you can read this something went wrong'
|
2009-05-01 17:43:35 +03:00
|
|
|
#endif
|