Skip to content
Snippets Groups Projects
Commit 9ad7e0d7 authored by Alp Toker's avatar Alp Toker
Browse files

Remove an old stdio.h include from the invalid-array test

This should get it up and running on win and other builders without system
headers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196738 91177308-0d34-0410-b5e6-96231b3b80d8
parent 873ec298
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 -triple x86_64-apple-darwin -fsyntax-only -verify %s // RUN: %clang_cc1 -triple=x86_64-apple-darwin -fsyntax-only -verify %s
// PR6913 // PR6913
#include <stdio.h>
int main() int main()
{ {
int x[10][10]; int x[10][10];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment