aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/066.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/066.sh')
-rw-r--r--tests/066.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/066.sh b/tests/066.sh
deleted file mode 100644
index 0a5e570..0000000
--- a/tests/066.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-cat <<'EOF' > expected
-24
-EOF
-
-test_diff <<'EOF'
-#include <stdarg.h>
-
-int printf();
-
-int main() {
- printf("%d\n", sizeof(va_list));
-}
-EOF