2015-07-16 14:03:05 -05:00
|
|
|
#include <iostream>
|
|
|
|
|
2015-07-22 15:14:05 -05:00
|
|
|
#include "../short_phone_number.h"
|
2015-07-16 14:03:05 -05:00
|
|
|
|
|
|
|
int main(int argc, const char** argv) {
|
2015-07-21 12:32:30 -05:00
|
|
|
std::cout << sizeof(ShortPhoneNumber) << std::endl;
|
2015-07-16 14:03:05 -05:00
|
|
|
return 0;
|
|
|
|
}
|