module CppHeader where

#include "test.h"

#ifdef TEST
f = (1)
#else
f = 1
#endif