1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm" } */
3 /* Test read and write on all basic types. */
6 static signed char gsc
;
7 static unsigned char guc
;
10 static unsigned short gus
;
13 static unsigned int gui
;
16 static unsigned long gul
;
19 static unsigned long long gull
;
23 static long double gld
;
27 __transaction_atomic
{