1 // { dg-do compile { target c++14 } }
2 
3 #include "complex_literals.h"
4 
5 auto cx = 1.1if;
6 
7 auto cn = 123if;
8