blob: 32a96b832021be87c9cc89059a029a4166de8fc5 [file] [log] [blame]
Paul E. McKenney1c27b642018-01-18 19:58:55 -08001C CoWW+poonceonce
2
3{}
4
5P0(int *x)
6{
7 WRITE_ONCE(*x, 1);
8 WRITE_ONCE(*x, 2);
9}
10
11exists (x=1)