aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp1y/udlit-userdef-string.C
blob: f6c3baec922e2dde8798b8b085ed2510ab12cf0e (plain)
1
2
3
4
5
6
7
// { dg-do compile { target c++1y } }

#include "complex_literals.h"

auto cx = 1.1if;

auto cn = 123if;