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