Skip to content
Snippets Groups Projects
volatile.c 71 B
Newer Older
int main(int argc, char *argv) {
	int i = 1;
	while (i);

	return 0;
}