Skip to content

Commit

Permalink
add test for sorted items
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Aug 8, 2022
1 parent 4093e87 commit 401cb46
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
47 changes: 47 additions & 0 deletions tests/expectations/tests/sorted-items.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions tests/headers/sorted-items.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
int foo();
typedef int number;
int bar(number x);
struct Point {
number x;
number y;
};
int baz(struct Point point);
const number NUMBER = 42;

0 comments on commit 401cb46

Please sign in to comment.