aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/034.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/034.sh')
-rw-r--r--tests/034.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/034.sh b/tests/034.sh
deleted file mode 100644
index ebf0a4e..0000000
--- a/tests/034.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-cat <<'EOF' > expected
-EOF
-test_diff <<'EOF'
-struct S {
- int a;
-};
-
-struct S* f();
-
-struct S* g() {}
-
-int main() {
- return 0;
-}
-EOF