blob: 26619284964163eef0aa81f9cf17a5b6e86d6736 [file] [log] [blame]
int i = 42;
int *p = &i;
int main() {
return *p;
}