* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / binutils / testsuite / binutils-all / windres / lang.rc
blobd894315568e471d6dd4d34418e8bed126ef503d8
1 #include "windows.h"
3 LANGUAGE 0, 0
5 1 MENU MOVEABLE PURE DISCARDABLE
6 LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
7 BEGIN
8         POPUP "&Datei" { MENUITEM "foo", 1 }
9 END
11 1 MENU MOVEABLE PURE DISCARDABLE
12 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
13 BEGIN
14         POPUP "&File" { MENUITEM "foo", 1 }
15 END