1/*
2 * Copyright 2012 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */78#include "Intersection_Tests.h"
9main(int,char **)10intmain(int/*argc*/, char** /*argv*/) {11Intersection_Tests();
12return0;
13}
14