mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 11:59:27 +08:00
17 lines
299 B
Plaintext
17 lines
299 B
Plaintext
//#xfail *-*-mingw64
|
|
#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
|