blob: c9f9b8a87edc17915960e331d4e5b9d97d513225 [file] [log] [blame] [edit]
// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This test is basically that linking against libcrash doesn't alone
// cause a test to fail. It's OK if it causes a syslog message
// though.
int main() {
return 0;
}