def foo puts 'foo' end
1 int main() 2 { 3 return 0; 4 }
class Tydus { private: bool tag1; bool tag2; public: Tydus& setTag1(bool); bool getTag1(); };