include-what-you-use/tests/cxx/using_overload-float.h

14 lines
387 B
C++

//===--- using_overload-float.h - test input file for iwyu ----------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
namespace ns {
float add(float, float);
}