Source code upload
[framework/connectivity/libgphoto2.git] / tests / test-pedantic-compilation.cxx
1 #include <gphoto2/gphoto2.h>
2 #include <gphoto2/gphoto2-camera.h>
3 #include <gphoto2/gphoto2-list.h>
4 #include <gphoto2/gphoto2-version.h>
5 #include <gphoto2/gphoto2-setting.h>
6 #include <gphoto2/gphoto2-file.h>
7 #include <gphoto2/gphoto2-filesys.h>
8 #include <gphoto2/gphoto2-context.h>
9 #include <gphoto2/gphoto2-abilities-list.h>
10
11 #include <gphoto2/gphoto2-port.h>
12 #include <gphoto2/gphoto2-port-info-list.h>
13 #include <gphoto2/gphoto2-port-log.h>
14 #include <gphoto2/gphoto2-port-portability.h>
15 #include <gphoto2/gphoto2-port-result.h>
16 #include <gphoto2/gphoto2-port-version.h>
17
18 #include <stdio.h>
19
20 unsigned long cxx_version = __cplusplus;
21
22 int main()
23 {
24   printf("cxx_version = %lu\n", cxx_version);
25   return 0;
26 }