summaryrefslogtreecommitdiff
path: root/test/smoke-tests/hello.c
blob: 45388358e58d37325e0c3d1edd8291411b3747c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright 2013 Endless Mobile, Inc. */

#include <endless/endless.h>

int
main (int    argc,
      char **argv)
{
  eos_hello_sample_function (NULL, NULL);
  return 0;
}