blob: 72f171d5c5a43e944f1f76e916f4031515bdc2c7 [file] [log] [blame]
#include "libcxx1.h"
#ifdef TEST_FLAG_1
#ifdef TEST_FLAG_2
float LibCxx1Class::Method()
{
return 2.0;
}
#endif
#endif