mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
8 lines
84 B
C
8 lines
84 B
C
|
|
int main(void) {
|
||
|
|
#if @CHECK_CPU_ARCH_DEFINES@
|
||
|
|
return 0;
|
||
|
|
#else
|
||
|
|
fail
|
||
|
|
#endif
|
||
|
|
}
|