test_GetFileFormatVersion.cpp
Go to the documentation of this file.
2 #include <cassert>
3 #include <iostream>
4 
5 int
6 main(int /*argc*/, char* argv[])
7 {
8  assert(art::getFileFormatVersion() == 12);
9  std::cout << "Running " << argv[0] << std::endl;
10 }
int main(int, char *argv[])
int getFileFormatVersion()