summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1y/udlit-userdef-string.C
blob: e58a66bb63f2f0e1cffcd9efebb2f6162cebbacb (plain)
1
2
3
4
5
6
7
// { dg-options -std=c++1y }

#include "complex_literals.h"

auto cx = 1.1if;

auto cn = 123if;