blob: 034a8ef643286ee79ecc483649e58a01cc9f0dba (
plain) (
tree)
|
|
#if 0
#include <fstream>
#include <iostream>
#endif
int return123(void) {
return 123;
}
int retret(int s, int w) {
return s + w;
}
#define loco 1
#define puta int
namespace devi
{
class LOCO
{
public:
LOCO () {}
void lupo (void)
{
int a = 1;
int b = 2;
int c = 3;
}
};
}
int main(int argc, const char **argv)
{
/***hya**/
/*
*
* */
// /**/
int bubba; // this one
int hubba; /*
*
*/
/* "//" \\ \\\\ // */
//std::cout << "//" << "/**/" << "\n";
int/***/ cucu;
#if 0
std::ofstream myfile;
myfile.open("./touch");
myfile << "line one.\n";
myfile.close();
#endif
int aa = 100;
int bb = 28;
return retret(aa, bb);
//return return123();
}
|