guard-1-aux.cpp   [plain text]


/* APPLE LOCAL file Radar 4539933 */

#include "guard-1.h"

template class Test<int>;

int foo()
{
    return 0;
}