#include "t.h"
#include "a.h"

int main()
{
  a();
  foo<float> local;
  return 0;
}
