We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60feede commit 42b4740Copy full SHA for 42b4740
regression/goto-instrument/dump-union/main.c
@@ -0,0 +1,8 @@
1
+union U {
2
+ int *p;
3
+ unsigned long long p_int;
4
+} u = {.p_int = 42};
5
+
6
+int main()
7
+{
8
+}
regression/goto-instrument/dump-union/test.desc
@@ -0,0 +1,12 @@
+CORE
+main.c
+--dump-c
+=(\(signed int \*\))?42
+^EXIT=0$
+^SIGNAL=0$
+--
+^warning: ignoring
9
+irep
10
11
+This test must pass compiling the output generated using dump-c, which implies
12
+that no irep strings can occur.
0 commit comments