blob: f61a3eb75ac5127d48811398b847ca4997658b1a [file] [log] [blame]
// Copyright 2018 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";
}