Added 'C_C++/self_pointer.c'
This commit is contained in:
parent
37e90b37e7
commit
bf8e71d9b2
6
C_C++/self_pointer.c
Normal file
6
C_C++/self_pointer.c
Normal file
@ -0,0 +1,6 @@
|
||||
// @BAKE gcc $@ -o $*.out -ggdb
|
||||
|
||||
signed main() {
|
||||
void * the_void = &the_void;
|
||||
return *(int*)the_void;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user