blob: f5449f217908fca7fc6317749b9138003bb90206 [file] [log] [blame]
#include <stdio.h>
#include "other.h"
int
main()
{
int test_var = 10;
Other::DoSomethingElse();
return 0;
}