6 // Initializing a variable using the variable with a wrong type
7 // should not affect the type of the variable being initialized.
8 // While we cannot check emitted error message the test at least
9 // should not crash, see bug:
10 // https://bugs.freedesktop.org/show_bug.cgi?id=107547