Add the source directory for https://reviews.llvm.org/D57552.

llvm-svn: 353251
This commit is contained in:
Jim Ingham 2019-02-06 00:52:04 +00:00
parent c5d68d499a
commit 78449f009a
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
int main()
{
return 0;
}
int main () {
return 0;
}