blob: a7cc2f2a8a4c5061b01a7a91878ff0e8483d014f [file] [log] [blame]
// Copyright (c) 2012 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.
#include <stdlib.h>
int main(int argc, char **argv) {
abort();
}