Added 'C_C++/process_renaming.c'
This commit is contained in:
parent
dc5bd1d6dc
commit
b218160ff2
5
C_C++/process_renaming.c
Normal file
5
C_C++/process_renaming.c
Normal file
@ -0,0 +1,5 @@
|
||||
// @BAKE gcc $@ -o $*.out
|
||||
signed main(int argc, char * argv[]) {
|
||||
strcpy(argv[0], "rabbit");
|
||||
while (1) { ; }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user