kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

a.c (201B)


      1 /* ADR_PREL_PG_HI21 + LDST64 cross-TU: read a const uint64_t from b.c. */
      2 #include <stdint.h>
      3 extern const uint64_t g_val;
      4 int test_main(void) { return g_val == UINT64_C(0xdeadbeefcafebabe) ? 0 : 1; }