mirror of
https://github.com/boostorg/nowide.git
synced 2026-02-18 02:02:17 +00:00
Include 'Fix update of standalone branch
Use regular rm because ignores untracked files'
This commit is contained in:
15
config/check_attribute_init_priority.cpp
Normal file
15
config/check_attribute_init_priority.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2021 Alexander Grund
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See
|
||||
// accompanying file LICENSE or copy at http://www.boost.org/LICENSE.txt)
|
||||
//
|
||||
|
||||
class Foo
|
||||
{};
|
||||
|
||||
Foo foo __attribute__((init_priority(101)));
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user