summaryrefslogtreecommitdiff
path: root/2p39.cpp
blob: c608394495277b6ef36eb854550c506ddbd11bdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <iostream>


/*
 *
 * 2.39
 * 
 *
 */

struct fff {/*...*/};

int main () {

	std::cout << "Remove semicolon after struct in file '2p39.cpp' and try compiling to see what the compiler says" << std::endl;
	return 0;
}