Fix PR2096, a regression introduced with my patch last night. This
[oota-llvm.git] / test / CFrontend / 2007-06-18-SextAttrAggregate.c
index 2eabd4fcca4e8cd87c4cf34a1b22b174f6d7fa33..2fcd72607a2a6c96e7d376949271f767fcace11d 100644 (file)
@@ -6,6 +6,6 @@ long a;
 long b;
 };
 
-void f(struct s a, char *b, char C) {
+void f(struct s a, char *b, signed char C) {
 
 }