// RUN: %clang_analyze_cc1 -analyzer-output=plist -o %t.plist -std=c++11 -analyzer-checker=core %s
// RUN: FileCheck --input-file=%t.plist %s
bool ;
;
;
;
int
// CHECK: <string>Calling constructor for 'DivByZero<int, float, double, 0>'</string>
// CHECK: <string>Calling constructor for 'DivByZero<char, float, double, 0>'</string>
// CHECK: <string>Calling constructor for 'DivByZeroVariadic<char, float, double, std::nullptr_t>'</string>