start c++ cleanness test
This commit is contained in:
23
releng/releng_generated_data/sample1.cpp
Normal file
23
releng/releng_generated_data/sample1.cpp
Normal file
@ -0,0 +1,23 @@
|
||||
#include <iostream>
|
||||
#include <inttypes.h>
|
||||
|
||||
#if __WORDSIZE == 32
|
||||
#define _LARGEFILE_SOURCE 1
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#endif
|
||||
|
||||
#include "libisoburn/xorriso.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
cout
|
||||
<< " major:" << Xorriso_header_version_majoR
|
||||
<< " minor:" << Xorriso_header_version_minoR
|
||||
<< " micro:" << Xorriso_header_version_micrO
|
||||
;
|
||||
// << endl;
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user