You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
473 B

/*
* Copyright (c) 2016-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
# 1 "/tmp/removed_src.c"
# 1 "<built-in>" 1
# 1 "<built-in>" 3
# 330 "<built-in>" 3
# 1 "<command line>" 1
# 1 "<built-in>" 2
# 1 "/tmp/removed_src.c" 2
# 1 "/tmp/removed_header.h" 1
void fun();
# 3 "/tmp/removed_src.c" 2
int deref(int* a) { return *a; }
int test() { return deref(0); }