Sign in
gn
/
gn.git
/
2c72317e3a1f579c6a527c067ed575c0b92e544e
/
.
/
tools
/
gn
/
example
/
hello_static.cc
blob: cdf4e67b05c2fa40eda9e2729c30e3f0bb55ee13 [
file
] [
log
] [
blame
]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include
"hello_static.h"
const
char
*
GetStaticText
()
{
return
"Hello"
;
}