fw4spl
forbidtoken_oslm.cpp
1 #include <iostream>
2 
3 int main()
4 {
5  std::cout << "Hello, world!\n";
6 
7  OSLM_LOG("Hello from Sheldon!")
8 }
#define OSLM_LOG(message)
Definition: spyLog.hpp:294