2021-07-04 18:25:19 +02:00

8 lines
58 B
C++

#include "B.hpp"
int main()
{
B b();
return 0;
}