10 lines
131 B
C++
10 lines
131 B
C++
#include "extent.hpp"
|
|
#include "debug.hpp"
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
// Simple symbol visibility check
|
|
util::extent2f instance;
|
|
}
|