diff options
Diffstat (limited to 'Tests/CompileFeatures/cxx_attribute_deprecated.cpp')
-rw-r--r-- | Tests/CompileFeatures/cxx_attribute_deprecated.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/CompileFeatures/cxx_attribute_deprecated.cpp b/Tests/CompileFeatures/cxx_attribute_deprecated.cpp index b6f307d..5482db8 100644 --- a/Tests/CompileFeatures/cxx_attribute_deprecated.cpp +++ b/Tests/CompileFeatures/cxx_attribute_deprecated.cpp @@ -1,6 +1,5 @@ -[[deprecated]] -int foo() +[[deprecated]] int foo() { return 0; } |