fixed the va-list-is-array test
This commit is contained in:
parent
7a4389e475
commit
a638cc9c3c
@ -44,7 +44,7 @@ index 0000000..1b9e397
|
|||||||
+void foo()
|
+void foo()
|
||||||
+{
|
+{
|
||||||
+ va_list list1, list2;
|
+ va_list list1, list2;
|
||||||
+ //list1 = list2;
|
+ list1 = list2;
|
||||||
+}
|
+}
|
||||||
+
|
+
|
||||||
+int main() {}
|
+int main() {}
|
||||||
|
Loading…
Reference in New Issue
Block a user