demonstartes a bug in the tarval module
[libfirm] / ir / be / test / fehler022.c
1 #include <wchar.h>
2
3 const wchar_t AmmoCaliber[][20] =
4 {
5         L"BlupBlupBlupBlupBlup",
6         L".38 Kal",
7 };
8
9
10 int main(void)
11 {
12         return 0;
13 }