summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExampleCDialect.cc
blob: b55dd5f5dbaba5f3553c9a5d845c066f9b25d6cc (plain)
1
2
3
4
5
6
7
int __ImageStart(int argc, char const* argv[])
{
	int *foo;
	*foo = 36;

	return *foo;
}