1 // { dg-options "-fdiagnostics-show-caret" }
9 int test (union u *ptr)
11 return ptr->colour; // { dg-error "did you mean .color.?" }
14 // Verify that we get an underline and a fixit hint.
15 /* { dg-begin-multiline-output "" }
19 { dg-end-multiline-output "" } */