[Xtensa] Implement Windowed Register Option. (#124656)
[llvm-project.git] / clang / test / Modules / Inputs / CmdLine.framework / Headers / CmdLine.h
blob46b8fc0425a64a0cd009e68d2b5fadfb16f24c8c
1 #ifdef FOO_RETURNS_INT_PTR
2 int *foo(void);
3 #else
4 float *foo(void);
5 #endif