mirror of
https://github.com/boostorg/typeof.git
synced 2025-11-17 07:59:24 +01:00
9 lines
129 B
C++
Executable File
9 lines
129 B
C++
Executable File
#include "odr.hpp"
|
|
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
std::cout << "No ODR violation detected" << std::endl;
|
|
return 0;
|
|
}
|