foo() and bar() functions to play with dwarf

This commit is contained in:
Vasily Levchenko
2016-09-09 11:56:19 +03:00
parent f0280736d5
commit e7bee929a5
+7
View File
@@ -0,0 +1,7 @@
int foo() {
return 0;
}
int bar() {
return 0;
}