tools/memory-model: Add types to litmus tests
[linux-2.6-microblaze.git] / tools / memory-model / litmus-tests / MP+fencewmbonceonce+fencermbonceonce.litmus
index a273da9..e04b71b 100644 (file)
@@ -8,7 +8,10 @@ C MP+fencewmbonceonce+fencermbonceonce
  * is usually better to use smp_store_release() and smp_load_acquire().
  *)
 
-{}
+{
+       int x;
+       int y;
+}
 
 P0(int *x, int *y)
 {