Files
swift-mirror/test/IRGen/Inputs/atomic_bool.h
2021-01-19 12:55:01 -08:00

2 lines
55 B
C

typedef struct { _Atomic(_Bool) value; } MyAtomicBool;