| 1 | |
| 2 | #define PACKAGE_NAME"opus" "opus" |
| 3 | #define PACKAGE_TARNAME"opus" "opus" |
| 4 | #define PACKAGE_VERSION"1.1" "1.1" |
| 5 | #define PACKAGE_STRING"opus 1.1" "opus 1.1" |
| 6 | #define PACKAGE_BUGREPORT"opus@xiph.org" "opus@xiph.org" |
| 7 | #define PACKAGE_URL"" "" |
| 8 | #define STDC_HEADERS1 1 |
| 9 | #define HAVE_SYS_TYPES_H1 1 |
| 10 | #define HAVE_SYS_STAT_H1 1 |
| 11 | #define HAVE_STDLIB_H1 1 |
| 12 | #define HAVE_STRING_H1 1 |
| 13 | #define HAVE_MEMORY_H1 1 |
| 14 | #define HAVE_STRINGS_H1 1 |
| 15 | #define HAVE_INTTYPES_H1 1 |
| 16 | #define HAVE_STDINT_H1 1 |
| 17 | #define HAVE_UNISTD_H1 1 |
| 18 | #define HAVE_DLFCN_H1 1 |
| 19 | #define LT_OBJDIR".libs/" ".libs/" |
| 20 | #define OPUS_BUILD /**/ |
| 21 | #define restrict__restrict __restrict |
| 22 | |
| 23 | |
| 24 | int |
| 25 | main () |
| 26 | { |
| 27 | static int x; char a[++x]; a[sizeof a - 1] = 0; int N; return a[0]; |
| Undefined or garbage value returned to caller |
| 28 | ; |
| 29 | return 0; |
| 30 | } |