1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/test/tools/sancov/Inputs/foo.cpp
Mike Aizatsky 095452e037 sancov test suite
Differential Revision: http://reviews.llvm.org/D14589

llvm-svn: 252933
2015-11-12 19:34:21 +00:00

6 lines
96 B
C++

#include <stdio.h>
#include <string>
__attribute__((noinline))
void foo() { printf("foo\n"); }