external libraries: yaml-cpp version bump
[supercollider.git] / external_libraries / yaml-cpp-0.3.0 / test / parsertests.h
blobf3de1b8c72616517b850456ebf8b604e14f41e00
1 #ifndef PARSERTESTS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
2 #define PARSERTESTS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
4 #if defined(_MSC_VER) || (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
5 #pragma once
6 #endif
8 namespace Test {
9 bool RunParserTests();
12 #endif // PARSERTESTS_H_62B23520_7C8E_11DE_8A39_0800200C9A66