merge from gcc
[binutils.git] / binutils / testsuite / binutils-all / windres / lang.rc
blob11a4d06b948bffa9ed7984b919c7f0acac0651cb
1 //#xfail x86_64-*-mingw*
2 #include "windows.h"
4 LANGUAGE 0, 0
6 1 MENU MOVEABLE PURE DISCARDABLE
7 LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
8 BEGIN
9         POPUP "&Datei" { MENUITEM "foo", 1 }
10 END
12 1 MENU MOVEABLE PURE DISCARDABLE
13 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
14 BEGIN
15         POPUP "&File" { MENUITEM "foo", 1 }
16 END