X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tests%2Ftests-c-compiler%2Fcheck-src%2Fcheck-42.-fwide-types.cc;fp=tests%2Ftests-c-compiler%2Fcheck-src%2Fcheck-42.-fwide-types.cc;h=0000000000000000000000000000000000000000;hb=7bfd112193698e9340c01e9260e3f14889f0cbe0;hp=c2ec29ba0199b327d3cc3a5250a91adc3b2277b4;hpb=0c91129502aa163bb0e1d6d0ca7c807560ffb588;p=com%2Fasn1c.git 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 index c2ec29b..0000000 --- a/tests/tests-c-compiler/check-src/check-42.-fwide-types.cc +++ /dev/null @@ -1,20 +0,0 @@ -/* - * This file checks that the output may be compiled by the C++ compiler. - */ -#undef NDEBUG -#include -#include -#include -#include -#include - -#include - -int -main() { - VariablePart_t t; - - t.present = VariablePart_PR_vrange; - - return 0; -}