1
0
forked from Alepha/Alepha
Files
Alepha/Truss/test.cc
ADAM David Alan Martin fd6060be17 Bring in the mockination work and Truss from old.
It's all a mess -- not in the new unified form and namespace.
I need to do a big cleanup pass.
2023-02-09 21:30:38 -08:00

11 lines
145 B
C++

#include "basetypes.h"
#include <iostream>
int
main()
{
std::cout << "Charbits: " << Alepha::std::detail::platform_char_bits << std::endl;
}