add a field before empty struct in empty-struct test
[ctf-testsuite.git] / tests / 1.8 / regression / stream / pass / empty-struct / metadata
index c4ae8a43d09e8fea73680e4518a8b0c459a1ec23..246c02d6fa420fad63451cebdc12fc15730bcd09 100644 (file)
@@ -15,5 +15,8 @@ trace {
 
 event {
        name = evname;
-       fields := struct { struct {} s; };
+       fields := struct {
+               uint8_t f1;
+               struct {} s;
+       };
 };
This page took 0.023357 seconds and 4 git commands to generate.