Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 // Copyright (c) 2020 Facebook
0003 
0004 struct test {
0005     int a;
0006     int b;
0007 } __attribute__((preserve_access_index));
0008 
0009 volatile struct test global_value_for_test = {};