blob: 8108a52c163ddfd426a0d4eb779ea9260c74683c [file] [log] [blame]
//===-- other.cpp -----------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
int otherfn()
{
return 4; // other marker
}