Remove all
[com/asn1c.git] / tests / tests-c-compiler / check-src / check-42.-fwide-types.cc
diff --git a/tests/tests-c-compiler/check-src/check-42.-fwide-types.cc b/tests/tests-c-compiler/check-src/check-42.-fwide-types.cc
deleted file mode 100644 (file)
index c2ec29b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * This file checks that the output may be compiled by the C++ compiler.
- */
-#undef NDEBUG
-#include <stdio.h>
-#include <stdlib.h>
-#include <sys/types.h>
-#include <string.h>
-#include <assert.h>
-
-#include <VariablePart.h>
-
-int
-main() {
-       VariablePart_t t;
-
-       t.present = VariablePart_PR_vrange;
-
-       return 0;
-}