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