Merge branch 'bw/ref-prefix-for-configured-refspec'
[git/raj.git] / t / t4018 / cpp-union-definition
blob7ec94df697349061ec20b221eddb9c27835965da
1 union RIGHT {
2         double v;
3         int ChangeMe;
4 };