mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
7 lines
102 B
Text
7 lines
102 B
Text
|
|
/* $FreeBSD$ */
|
||
|
|
/* See r309220 */
|
||
|
|
#include <wchar.h>
|
||
|
|
|
||
|
|
wchar_t *x = L"test";
|
||
|
|
wchar_t y = L't';
|