blob: f1e11dd12d6d7f783bebb1a718c88810dc6c8632 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001// Copyright (c) 2012 Google Inc. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// No path qualification to test compiler include dir specification.
6#include "header.h"
7
8int main() {
9 return 0;
10}