Skip to content

Commit 33a86b1

Browse files
author
Jonathan Rocher
committed
Adding c testing code to demo clang and llvm.
1 parent 409b476 commit 33a86b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm_clang_demo.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
3+
int foo(int a, int b)
4+
{
5+
return a+b;
6+
}

0 commit comments

Comments
 (0)