diff options
Diffstat (limited to 'tests/run-make-fulldeps/linkage-attr-on-static/foo.c')
-rw-r--r-- | tests/run-make-fulldeps/linkage-attr-on-static/foo.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/run-make-fulldeps/linkage-attr-on-static/foo.c b/tests/run-make-fulldeps/linkage-attr-on-static/foo.c deleted file mode 100644 index 78a6934f5..000000000 --- a/tests/run-make-fulldeps/linkage-attr-on-static/foo.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdint.h> - -extern int32_t BAZ; - -int32_t what() { - return BAZ; -} |