]> Creatis software - gdcm.git/blob - Testing/Install/dummy.cxx
COMP: I always forgot this change of API
[gdcm.git] / Testing / Install / dummy.cxx
1 #include <gdcm.h>
2
3 int main()
4 {
5   gdcm::File *file = gdcm::File::New();
6
7   return 0;
8 }