tools/memory-model: Add types to litmus tests
[linux-2.6-microblaze.git] / tools / memory-model / litmus-tests / CoRR+poonceonce+Once.litmus
index 967f9f2..772544f 100644 (file)
@@ -7,7 +7,9 @@ C CoRR+poonceonce+Once
  * reads from the same variable are ordered.
  *)
 
-{}
+{
+       int x;
+}
 
 P0(int *x)
 {