// Due to the fix having multiple edits we can't use
// '-fdiagnostics-parseable-fixits' to determine if fixes are correct. However,
// running fixit recompile with 'Werror' should fail if the fixes are invalid.
// RUN: %clang_cc1 %s -Werror=reorder-ctor -fixit-recompile -fixit-to-temporary
// RUN: %clang_cc1 %s -Wreorder-ctor -verify -verify-ignore-unexpected=note
;
;