diff --git a/func_pattern.cxx b/func_pattern.cxx index 32917cc489503eb0eaefe4762cd5eb8d68e85f87..80d6b51ed4dbb3f6f7810a294d9ecd159a03b226 100644 --- a/func_pattern.cxx +++ b/func_pattern.cxx @@ -13,7 +13,6 @@ #include "NamedType/named_type.hpp" using namespace fluent; -#include <stdio.h> namespace func { @@ -223,17 +222,7 @@ namespace func { } // namespace func -#pragma pack(1) -struct xxVar { - long x, y; -}; - int main() { - { - xxVar v = {1081610240, 1081610240}; - printf("%f\n", *(float *)&v); - } - using namespace func; using X_coord = Var<struct X_coord_tag>;