blob: 76bec30486f7d0c51d294cbeaf6dec54a2aed25b [file] [log] [blame]
/* ===---------- dummy.c - Implements dummy function, for bringup -----------===
*
* The LLVM Compiler Infrastructure
*
* This file is dual licensed under the MIT and the University of Illinois Open
* Source Licenses. See LICENSE.TXT for details.
*
* ===----------------------------------------------------------------------===
*/
static void dummy(void) __attribute__((used));
static void dummy(void) {}