Merge branch 'maint' of git://github.com/git-l10n/git-po into maint
[git/mingw.git] / t / t4018 / cpp-union-definition
blob7ec94df697349061ec20b221eddb9c27835965da
1 union RIGHT {
2         double v;
3         int ChangeMe;
4 };