diff options
author | bloodstalker <thabogre@gmail.com> | 2017-10-26 21:52:54 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-10-26 21:52:54 +0000 |
commit | 0d4685d1b0cd00c0b0109aa12ec88bc854e6fc13 (patch) | |
tree | 0b274c352d63f7d3a3a9f123169c6f759070f8e8 /bfd/test/test.c | |
parent | now i can get the symbol names, next thing is to load the object code up in b... (diff) | |
download | mutator-0d4685d1b0cd00c0b0109aa12ec88bc854e6fc13.tar.gz mutator-0d4685d1b0cd00c0b0109aa12ec88bc854e6fc13.zip |
updateds
Diffstat (limited to 'bfd/test/test.c')
-rw-r--r-- | bfd/test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/test/test.c b/bfd/test/test.c index fe2932c..db577cb 100644 --- a/bfd/test/test.c +++ b/bfd/test/test.c @@ -6,6 +6,7 @@ int myfunc3(void) {return 3;} int myfunc4(void) {return 4;} int myfunc5(void) {return 5;} int myfunc6(void) {return 6;} +int myfunc7(int a, int b) {return a + b;} int myvar1 = 1; int myvar2 = 2; |