Added 'C_C++/self_pointer.c'
This commit is contained in:
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;
|
||||
}
|
Reference in New Issue
Block a user