diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-03-24 21:31:36 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-03-24 21:31:36 +0000 |
commit | fb911942f1434f3d1750f83f25f5e42c80e60638 (patch) | |
tree | 1678c4a4f0182e4029a86d135aa4a1b7d09e3c41 /test/elf/Inputs/ifunc.cpp |
Notes
Diffstat (limited to 'test/elf/Inputs/ifunc.cpp')
-rw-r--r-- | test/elf/Inputs/ifunc.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/elf/Inputs/ifunc.cpp b/test/elf/Inputs/ifunc.cpp new file mode 100644 index 0000000000000..2e520277d36c4 --- /dev/null +++ b/test/elf/Inputs/ifunc.cpp @@ -0,0 +1,3 @@ +extern "C" int hey(); + +int main() { return hey(); } |