You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
291 B
17 lines
291 B
8 years ago
|
# 1 "/tmp/removed_src.c"
|
||
|
# 1 "<built-in>" 1
|
||
|
# 1 "<built-in>" 3
|
||
|
# 330 "<built-in>" 3
|
||
|
# 1 "<command line>" 1
|
||
|
# 1 "<built-in>" 2
|
||
|
# 1 "/tmp/removed_src.c" 2
|
||
|
|
||
|
# 1 "/tmp/removed_header.h" 1
|
||
|
|
||
|
void fun();
|
||
|
# 3 "/tmp/removed_src.c" 2
|
||
|
|
||
|
int deref(int* a) { return *a; }
|
||
|
|
||
|
int test() { return deref(0); }
|