Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 47b767571945efcaebf1b7b9e3f862f6110974ca (plain) (blame)
1
2
3
4
// IStructure
struct foo {
	int bar;
};

Back to the top