1 // RUN: %clang_cc1 -verify -ffixed-point %s
16 m
.x
= 7, 5.6k
; // expected-warning {{expression result unused}}
17 return m
.x
, m
.i
; // expected-warning {{left operand of comma operator has no effect}}
20 _Accum acc
= (0.5r
, 6.9k
); // expected-warning {{left operand of comma operator has no effect}}