apx.c 126 B

12345678910
  1. // SPDX-License-Identifier: GPL-2.0
  2. #define _GNU_SOURCE
  3. #include "xstate.h"
  4. int main(void)
  5. {
  6. test_xstate(XFEATURE_APX);
  7. }