mirror of
https://github.com/boostorg/build.git
synced 2026-01-19 16:12:14 +00:00
7 lines
96 B
C++
7 lines
96 B
C++
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
// dummy file to test initialization of qt
|
|
return 0;
|
|
} |