summaryrefslogtreecommitdiff
path: root/spec/fixtures/c/conan/example-project/main.c
blob: 5e8b15a20603bf8fef1d8f36d06ec84a0725e63a (plain)
1
2
3
4
5
6
#include <hello.h>

int main() {
  hello();
  return 0;
}