diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-07-16 12:15:46 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-07-16 12:15:46 -0400 |
| commit | 9dcddc2249217c8c99c9d07bb0187904847d2ae2 (patch) | |
| tree | 1edf9eddb4d9353a5778c86c69366de963ea7eeb /example/shared_library/test.c | |
| parent | 92e781baa147a7d07af4cb3c1f08c08bed8613e4 (diff) | |
| download | zig-9dcddc2249217c8c99c9d07bb0187904847d2ae2.tar.gz zig-9dcddc2249217c8c99c9d07bb0187904847d2ae2.zip | |
retire the example/ folder, rename test-build-examples to "standalone"
closes #2759
Diffstat (limited to 'example/shared_library/test.c')
| -rw-r--r-- | example/shared_library/test.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/example/shared_library/test.c b/example/shared_library/test.c deleted file mode 100644 index b60a6a5a75..0000000000 --- a/example/shared_library/test.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "mathtest.h" -#include <assert.h> - -int main(int argc, char **argv) { - assert(add(42, 1337) == 1379); - return 0; -} |
