]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/ice11906.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / ice11906.d
1 // REQUIRED_ARGS: -o-
2 // PERMUTE_ARGS:
3
4 nothrow /*extern(Windows) */export int GetModuleHandleA(const char* lpModuleName);
5
6 void main()
7 {
8 /*extern(Windows) */int function(const char*) f;
9 assert(f != &GetModuleHandleA);
10 }