9 lines
132 B
C++
9 lines
132 B
C++
|
|
#include "iue-other/func.hpp"
|
|
|
|
#include <cassert> // assert
|
|
|
|
int main() {
|
|
assert(iue::other::header_only(5) == 10);
|
|
return 0;
|
|
} |