xref: /freebsd/usr.bin/indent/tests/wchar.0 (revision ca987d4641cdcd7f27e153db17c5bf064934faf5)
1/* $FreeBSD$ */
2/* See r309220 */
3#include <wchar.h>
4
5wchar_t *x = L"test";
6wchar_t y = L't';
7