mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00

Fixes: https://github.com/dlang/dmd/issues/18127 When merging struct definitions from different C imports, check that the structs are actually compatible according to the C rules. If they are not, issue an error.
4 lines
98 B
D
4 lines
98 B
D
// https://github.com/dlang/dmd/issues/18127
|
|
|
|
import imports.imp18127a;
|
|
import imports.imp18127b;
|