blob: 36b374be6f33305c2c04fb93bb4ea1ae4b2df8a4 [file] [log] [blame]
#include "a.h"
A::A () { }
int
A::length ()
{
return 123;
}