tools/memory-model: Add types to litmus tests
[linux-2.6-microblaze.git] / tools / memory-model / litmus-tests / CoWW+poonceonce.litmus
index 0d9f0a9..85ef746 100644 (file)
@@ -7,7 +7,9 @@ C CoWW+poonceonce
  * writes to the same variable are ordered.
  *)
 
-{}
+{
+       int x;
+}
 
 P0(int *x)
 {