// RUN: not %clang_cc1 -fdiagnostics-parseable-fixits -x c++ %s 2> %t
// RUN: FileCheck %s < %t
// PR5941
// END.
/* Test fixits for * and & mismatch in function arguments.
* Since fixits are on the notes, they cannot be applied automatically. */
typedef int intTy;
typedef int intTy2;
void ;
void ;
void ;
void
void
void ; // match 2
void ; // no match
void ; // no match
void ; // match 1
void
// Test derived to base conversions.
;
;
;
bool ;
bool ;
bool ;
void ;
void ;
void ;
void
// CHECK: errors generated