tools/memory-model: Add types to litmus tests
[linux-2.6-microblaze.git] / tools / memory-model / litmus-tests / IRIW+poonceonces+OnceOnce.litmus
index 4b54dd6..f84022d 100644 (file)
@@ -10,7 +10,10 @@ C IRIW+poonceonces+OnceOnce
  * different process?
  *)
 
-{}
+{
+       int x;
+       int y;
+}
 
 P0(int *x)
 {