brintos

brintos / llvm-project-archived public Read only

0
0
Text · 151 B · a848af4 Raw
8 lines · c
1// RUN: %clang_cc1 -emit-llvm %s -o -2 3typedef int (*_MD_Open64)(int oflag, ...);4_MD_Open64 _open64;5void PR_OpenFile(int mode) {6_open64(0, mode);7}8