view compile/c/character_literal_01_C.d @ 1148:4e9ac384388d

added basic character literal tests
author thomask
date Thu, 21 Sep 2006 23:49:44 +0000
parents
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

module dstress.compile.c.character_literal_01_C;

auto c = '\u0170';

static assert(is(typeof(c) == wchar));