summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/x86/apx.c
blob: d9c8d41b8c5a347f7e3b7cde22ced667885e6d98 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0

#define _GNU_SOURCE

#include "xstate.h"

int main(void)
{
	test_xstate(XFEATURE_APX);
}