mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
17 lines
303 B
Plaintext
17 lines
303 B
Plaintext
//#xfail x86_64-*-mingw*
|
|
#include "windows.h"
|
|
|
|
LANGUAGE 0, 0
|
|
|
|
1 MENU MOVEABLE PURE DISCARDABLE
|
|
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
|
BEGIN
|
|
POPUP "&Datei" { MENUITEM "foo", 1 }
|
|
END
|
|
|
|
1 MENU MOVEABLE PURE DISCARDABLE
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
BEGIN
|
|
POPUP "&File" { MENUITEM "foo", 1 }
|
|
END
|