dc1d025197
This also tests rpaths through export/import.
9 lines
78 B
C++
9 lines
78 B
C++
|
|
#include "framework.h"
|
|
|
|
int main(int, char**)
|
|
{
|
|
framework();
|
|
return 0;
|
|
}
|